home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000302_news@newsmaster….columbia.edu _Sat Sep 6 02:46:28 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id CAA22828
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 6 Sep 1997 02:46:28 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id CAA28738
  7.     for kermit.misc@watsun; Sat, 6 Sep 1997 02:46:27 -0400 (EDT)
  8. Path: news.columbia.edu!panix!news.eecs.umich.edu!nntprelay.mathworks.com!news.maxwell.syr.edu!feed.nntp.acc.ca!news.ican.net!not-for-mail
  9. From: vefatica@syr.edu (Vincent Fatica)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: K95 scripting in NT...
  12. Date: Sat, 06 Sep 1997 06:25:46 GMT
  13. Organization: Syracuse University Mathematics
  14. Lines: 28
  15. Message-ID: <3410f5ef.185145194@news.rochester.ican.net>
  16. References: <3410B039.DE575B99@earthlink.net>
  17. Reply-To: vefatica@syr.edu
  18. NNTP-Posting-Host: ppp-009.syracuse-01.ican.net
  19. Mime-Version: 1.0
  20. Content-Type: text/plain; charset=us-ascii
  21. Content-Transfer-Encoding: 7bit
  22. X-Trace: news1.tor.acc.ca 873527206 9664 (None) 204.245.84.9
  23. X-Complaints-To: usenet@news1.tor.acc.ca
  24. X-Newsreader: Forte Agent 1.5/32.451
  25. Xref: news.columbia.edu comp.protocols.kermit.misc:7623
  26.  
  27. On Fri, 05 Sep 1997 18:22:01 -0700, Bill <pearson@earthlink.net>
  28. wrote:
  29.  
  30. >Here's a sample of my script/macro:
  31. >
  32. >def ALPHA {
  33. >  ask \%u Username:
  34. >  askq \%p Password:
  35. >  ask \%h Host:
  36. >  set network type tcp
  37. >  set host \%h
  38. >  connect
  39. >  input 5 username
  40. >  output \%u\13
  41. >  input 5 password
  42. >  output \%p\13
  43.  
  44. "Connect" means (essentially) "we're done negotiating; now give me a
  45. terminal emulator and a shell prompt". After "connect" the script is
  46. suspended, waitlng to get out of connect mode to continue. Just move
  47. the "connect" to the end (after negotiating the userid and password).
  48.  
  49.  - Vince
  50. ___
  51.    Vincent Fatica
  52.    Syracuse University Mathematics
  53.    vefatica@syr.edu
  54.    http://barnyard.syr.edu/~vefatica/